# Computation of the Shannon entropy
se_bexp(1.2, 0.2, 1.5)
delta <- c(0.2, 0.3, 0.5)
# Computation of the Rényi entropy
re_bexp(1.2, 0.2, 0.5, delta)
# Computation of the Havrda and Charvat entropy
hce_bexp(1.2, 0.2, 1.5, delta)
# Computation of the Arimoto entropy
ae_bexp(1.2, 0.2, 1.5, delta)
Run the code above in your browser using DataLab